Fix CSS spelling in a translatable string
authorPiotr Drąg <piotrdrag@gmail.com>
Fri, 20 Jan 2017 22:46:38 +0000 (23:46 +0100)
committerPiotr Drąg <piotrdrag@gmail.com>
Fri, 20 Jan 2017 22:46:38 +0000 (23:46 +0100)
gtk/gtkwidget.c

index e46bcce51cb274f6821c06a6f3582b5877ec0b8b..eb234bc17e0b9e4b6d1e9786467a7769899f6c03 100644 (file)
@@ -1496,7 +1496,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
   widget_props[PROP_CSS_NAME] =
       g_param_spec_string ("css-name",
                            P_("CSS Name"),
-                           P_("The name of this widget in the css tree"),
+                           P_("The name of this widget in the CSS tree"),
                            NULL,
                            GTK_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);